var github.com/refraction-networking/utls.errInvalidECHExt
6 uses
github.com/refraction-networking/utls (current package)
ech.go#L390: return nil, errInvalidECHExt
ech.go#L493: var errInvalidECHExt = errors.New("tls: client sent invalid encrypted_client_hello extension")
ech.go#L520: err = errInvalidECHExt
ech.go#L562: if errors.Is(err, errInvalidECHExt) {
ech.go#L568: return nil, nil, errInvalidECHExt
ech.go#L615: return nil, nil, errInvalidECHExt
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |